home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global startframe, timerate
- set myframe to startframe + (the timer / timerate)
- if myframe > the frame then
- go(myframe)
- else
- if myframe > marker("skipstuff") then
- go("skipstuff")
- else
- go(the frame)
- end if
- end if
- end
-